home *** CD-ROM | disk | FTP | other *** search
- on Feat3
- tran()
- go("feat3")
- cursor(0)
- end
-
- on tran
- cursor(4)
- sound fadeOut 1, 30
- killpup()
- if the machineType = 256 then
- movOff()
- puppetTransition(24, 0, 128, 1)
- else
- if the colorDepth = 8 then
- go("paltrans")
- puppetSound(0)
- exit
- end if
- puppetTransition(24, 0, 48, 1)
- end if
- puppetSound(0)
- end
-
- on tranR
- cursor(4)
- killpup()
- if the machineType = 256 then
- movOff()
- puppetTransition(11, 0, 128, 1)
- else
- if the colorDepth = 8 then
- end if
- puppetTransition(11, 0, 16, 1)
- end if
- end
-
- on tranl
- cursor(4)
- killpup()
- if the machineType = 256 then
- movOff()
- puppetTransition(12, 0, 128, 1)
- else
- if the colorDepth = 8 then
- openwind()
- end if
- puppetTransition(12, 0, 16, 1)
- end if
- end
-